home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / flwlt09.dir / 00025_Script_25 < prev    next >
Text File  |  1994-11-15  |  419b  |  22 lines

  1. global nowFrame, inFrame, ltQT
  2.  
  3. set nowFrame = "lt"
  4.  
  5. set nowFrame = "ltpra904009°°°"
  6. if nowFrame <> inFrame then
  7.   when mouseUp then nothing
  8.   set the movieRate of sprite 15 to 1
  9.   cursor -1
  10.   set the castNum of sprite 23 to 1048
  11.   updateStage
  12.   set inFrame = nowFrame
  13.   set ltQT = TRUE
  14. end if
  15.  
  16. if the movieRate of sprite 15 = 0 then
  17.   unloadcast D68
  18.   go to (the frame + 1)
  19. end if
  20.  
  21. play the frame
  22.